SixBit API Schema
shippednotificationattrGroup Attribute Group
Description
Attributes to specify a range of dates the the buyer was notified about a shipment.
Namespace (none)
Overview
shippednotificationattrGroup
Attributes to specify a range of dates the the buyer was notified about a shipment.
shippednotificationfrom optional xs:date
The start date/time.
shippednotificationto optional xs:date
The end date/time.
Attributes
NameTypeUseDefaultFixedDescription
shippednotificationfromxs:dateoptional  The start date/time.
shippednotificationtoxs:dateoptional  The end date/time.
Source
<xs:attributeGroup name="shippednotificationattrGroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>Attributes to specify a range of dates the the buyer was notified about a shipment.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="shippednotificationfrom" type="xs:date">
    <xs:annotation>
      <xs:documentation>The start date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="shippednotificationto" type="xs:date">
    <xs:annotation>
      <xs:documentation>The end date/time.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.